Skip to content

Commit

Permalink
80doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 16, 2024
1 parent 392fd86 commit dc455eb
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 @@ -16,7 +16,7 @@ COPY . .
RUN npm run build

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

# Команда для запуска приложения
CMD ["npm", "start"]

0 comments on commit dc455eb

Please sign in to comment.