generated from Fascinated/nextjs-13-template-with-tailwindcss
add container name to docker compose
All checks were successful
Publish Docker Image / docker (push) Successful in 1m23s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m23s
This commit is contained in:
@ -17,6 +17,9 @@ COPY . .
|
||||
# Remove development dependencies
|
||||
RUN npm prune --production
|
||||
|
||||
# Environment Variables
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# Expose port 3000
|
||||
EXPOSE 3000
|
||||
|
||||
|
Reference in New Issue
Block a user