Switching docker image
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"schemaVersion": 2,
|
"schemaVersion": 2,
|
||||||
"dockerfileLines": [
|
"dockerfileLines": [
|
||||||
"FROM socialengine/nginx-spa:latest",
|
"FROM lipanski/docker-static-website",
|
||||||
"COPY ./app /app",
|
"COPY ./app .",
|
||||||
"RUN chmod -R 777 /app"
|
"CMD ['busybox', 'httpd', '-f', '-v', '-p', '80', '-c', 'httpd.conf']"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user