-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Prerequisites
- I have searched the issues and confirmed this container has not been suggested before
- I have verified the container image is actively maintained
- I have tested this container configuration
Container ID
lnkdoc
Display Name
lnkdoc
Description
Category
Media
Tags
servidor
GitHub URL
https://github.com/xvelhaox/lnktvv1.1#
Icon URL
No response
Docker Compose Service Definition
# Usa uma imagem base oficial
FROM node:18-alpine
# Define o diretório de trabalho
WORKDIR /app
# Copia arquivos de dependência
COPY package*.json ./
# Instala as dependências
RUN npm install
# Copia o restante do código
COPY . .
# Expõe a porta que a aplicação usa
EXPOSE 3000
# Comando para rodar a aplicação
CMD ["npm", "start"]Additional Information
conteiner para teste