fixed env script

+ fixed domain en port variable in svelte
This commit is contained in:
simplonco
2022-12-31 19:22:12 +01:00
parent 22ca9e9467
commit 0060f5daf7
23 changed files with 422 additions and 372 deletions

View File

@@ -26,5 +26,5 @@ RUN sed -i "s/\$NODE_ENV/${NODE_ENV}/g" ./.env && \
RUN npm install
RUN npm ci
CMD [ "npm", "run", "start:dev" ]