Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Added a new workspace directory for local editing
Browse files Browse the repository at this point in the history
  • Loading branch information
sindbach committed Dec 11, 2020
1 parent d9107cc commit e91bb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN wget --quiet https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz \
ENV DRIVER_VERSION ${DRIVER_VERSION}
ENV MONGODB_URI ${MONGODB_URI}

RUN mkdir -p ${HOME}/go
RUN mkdir -p ${HOME}/go && mkdir /workspace
COPY ./go/getstarted.go ${HOME}/go/getstarted.go
COPY ./go/go.mod ${HOME}/go/go.mod

Expand Down

0 comments on commit e91bb4e

Please sign in to comment.