Remove unnecessary dockerfile

This commit is contained in:
Marcos Lilljedahl
2017-07-12 15:53:31 -03:00
parent 32bbe01c87
commit 377880080f

View File

@@ -1,12 +0,0 @@
FROM alpine
RUN apk --update add ca-certificates
RUN mkdir -p /app/pwd
ADD play-with-docker /app/play-with-docker
COPY ./www /app/www
WORKDIR /app
CMD ["./play-with-docker"]
EXPOSE 3000