Skip to content

Commit

Permalink
Merge pull request #6 from allanlegalstart/patch-1
Browse files Browse the repository at this point in the history
Update dockerfile to latest version of s3server (2.2.8)
  • Loading branch information
jean553 authored Mar 12, 2019
2 parents 5eb5aff + 84b6440 commit 2ee492e
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
@@ -1,5 +1,5 @@
FROM mhart/alpine-node:latest
RUN npm install -g s3rver@1.0.2
RUN npm install -g s3rver@2.2.8
RUN npm install aws-sdk
COPY create_bucket.js /create_bucket.js
COPY launch_server.sh /launch_server.sh
Expand Down

0 comments on commit 2ee492e

Please sign in to comment.