Skip to content

Commit 417ca04

Browse files
committed
chore(devcontainer): add docker volume for node_modules
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 0a67005 commit 417ca04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ FROM ghcr.io/xe/devcontainer-base/pre/go
33
RUN apt update \
44
&& apt -y install redis postgresql-client
55

6-
CMD ["/usr/bin/sleep", "infinity"]
6+
CMD ["/usr/bin/sleep", "infinity"]
7+
8+
VOLUME /workspace/alexandria/node_modules

0 commit comments

Comments
 (0)