mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
server(themes): no need for default env
This commit is contained in:
@@ -29,7 +29,4 @@ WORKDIR /app
|
||||
# Copy server files from previous stage
|
||||
COPY --from=build /app/servers/themes/dist ./dist
|
||||
|
||||
# Set default values for environment variables
|
||||
ENV THEMES_REPO_URL="https://github.com/streetwriters/notesnook-themes.git"
|
||||
|
||||
CMD ["node", "dist/server.mjs"]
|
||||
|
||||
Reference in New Issue
Block a user