Remove unneeded WORKDIR

This commit is contained in:
1computer1 2019-03-15 01:18:10 -04:00
parent 76bff8666f
commit aa3e3a28f2
15 changed files with 0 additions and 15 deletions

View file

@ -2,4 +2,3 @@ FROM golang:alpine
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws