We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a67005 commit 417ca04Copy full SHA for 417ca04
.devcontainer/Dockerfile
@@ -3,4 +3,6 @@ FROM ghcr.io/xe/devcontainer-base/pre/go
3
RUN apt update \
4
&& apt -y install redis postgresql-client
5
6
-CMD ["/usr/bin/sleep", "infinity"]
+CMD ["/usr/bin/sleep", "infinity"]
7
+
8
+VOLUME /workspace/alexandria/node_modules
0 commit comments