Skip to content

Commit

Permalink
ADD everything to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed Apr 6, 2016
1 parent 41ef34f commit beea47b
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 @@ -9,7 +9,7 @@ FROM mhart/alpine-node
RUN npm install -g http-server

WORKDIR /editor
ADD dist /editor
ADD ./ /editor

# The default port of the application
EXPOSE 8080
Expand Down

0 comments on commit beea47b

Please sign in to comment.