We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c3bd8 commit fa29136Copy full SHA for fa29136
Dockerfile
@@ -49,4 +49,7 @@ ENTRYPOINT ["npm"]
49
# The default command runs the server.
50
CMD ["run", "server"]
51
52
+# Necessary for the GitHub Actions workflow
53
ENV PATH=/usr/src/app/bin:$PATH
54
+RUN mkdir -p /opt/app/artifacts && \
55
+ chown -R waam:waam /opt/app
bin/test
@@ -1,3 +1,4 @@
1
#!/bin/sh -e
2
3
+echo 'Check if the app is running on localhost:3002'
4
wget localhost:3002 -O - 2> /dev/null | grep -q 'West African'
0 commit comments