1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix docker build

This commit is contained in:
Maksym Pavlenko
2017-02-20 11:50:45 -08:00
parent eb5a3cafd6
commit 7452b8db75

View File

@@ -1,4 +1,4 @@
FROM microsoft/aspnetcore:1.1.0-runtime
FROM microsoft/aspnetcore:1.1.0
ARG PUBLISH_DIR="bin/Publish"