We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f93dd commit 05bff89Copy full SHA for 05bff89
1 file changed
gh-Dockerfile
@@ -1,4 +1,10 @@
1
FROM debian:stable-slim
2
-COPY storage-api-x86_64 /bin/
3
-ENTRYPOINT "/bin/storage-api-x86_64"
+
+RUN mkdir -p /root/storage
4
+WORKDIR /root/storage
5
6
+COPY storage-api-x86_64 .
7
+COPY migrations ./migrations
8
9
+ENTRYPOINT "./storage-api-x86_64"
10
EXPOSE 5000
0 commit comments