-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from ComputerScienceHouse/develop
Bring up master to develop
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12-buster-slim as builder | ||
FROM docker.io/node:12-buster-slim as builder | ||
LABEL author="Devin Matte <[email protected]>" | ||
|
||
WORKDIR /usr/src/schedule | ||
|
@@ -11,7 +11,7 @@ COPY assets ./assets | |
RUN npm run-script build | ||
|
||
|
||
FROM php:7.3-apache | ||
FROM docker.io/php:7.3-apache | ||
LABEL author="Devin Matte <[email protected]>" | ||
|
||
RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters