Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k authored Dec 16, 2024
1 parent 4b0fd90 commit 9dd0dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN node ./node_modules/handlebars/bin/handlebars public/components/Nav/Nav.hbs
RUN node ./node_modules/handlebars/bin/handlebars public/components/Register/Register.hbs -f public/components/Register/Register.precompiled.js || echo "Handlebars command failed"

# Открываем порт 80
EXPOSE 800
EXPOSE 80

# Команда для запуска приложения
CMD ["node", "server/server.js"]

0 comments on commit 9dd0dde

Please sign in to comment.