mirror of
https://github.com/gabrielkheisa/discord-active-developer-badge.git
synced 2025-09-13 06:41:10 +00:00
Compare commits
1 Commits
0725c48088
...
dev
Author | SHA1 | Date | |
---|---|---|---|
|
a5234c7904 |
@@ -22,8 +22,5 @@ WORKDIR /usr/src/app
|
||||
# Copy the built artifacts from the builder stage to the production stage
|
||||
COPY --from=builder /usr/src/app .
|
||||
|
||||
# Expose the port the app runs on
|
||||
EXPOSE 3000
|
||||
|
||||
# Command to run the application in the production stage
|
||||
CMD ["node", "index.js"]
|
||||
|
Reference in New Issue
Block a user