-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0b6611
commit 6474523
Showing
4 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,7 @@ | ||
# Especifica a imagem base | ||
FROM node:16 | ||
|
||
# Define o diretório de trabalho no contêiner | ||
WORKDIR /app | ||
|
||
# Copia os arquivos de dependências e instala as dependências | ||
COPY package*.json ./ | ||
RUN npm install | ||
|
||
# Copia os arquivos do projeto para o diretório de trabalho no contêiner | ||
COPY . . | ||
|
||
# Expõe a porta que o servidor usará | ||
EXPOSE 3000 | ||
|
||
# Comando para rodar a aplicação | ||
CMD ["npm", "start"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.