Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
FROM mbonea/whats-ramsey:0.0.1
|
2 |
|
|
|
|
|
3 |
# Expose the port your application runs on
|
4 |
EXPOSE 7860
|
5 |
|
|
|
|
|
6 |
# Define the command to run the start script
|
7 |
CMD ["./start.sh"]
|
|
|
1 |
FROM mbonea/whats-ramsey:0.0.1
|
2 |
|
3 |
+
RUN npx playwright install
|
4 |
+
|
5 |
# Expose the port your application runs on
|
6 |
EXPOSE 7860
|
7 |
|
8 |
+
|
9 |
+
|
10 |
# Define the command to run the start script
|
11 |
CMD ["./start.sh"]
|