Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -32,8 +32,6 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
|
|
32 |
# Copy the application code
|
33 |
COPY . .
|
34 |
|
35 |
-
# Expose the API port
|
36 |
EXPOSE 7860
|
37 |
|
38 |
-
# Run the application
|
39 |
CMD ["node", "server.js"]
|
|
|
32 |
# Copy the application code
|
33 |
COPY . .
|
34 |
|
|
|
35 |
EXPOSE 7860
|
36 |
|
|
|
37 |
CMD ["node", "server.js"]
|