Skip to content

Commit

Permalink
Rename Dockerfile iann0036#143
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Feb 24, 2021
1 parent 8d093df commit 96f7d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:

- name: Copy files to origin S3 bucket
run: |
aws s3 cp --cache-control max-age=300 --recursive . s3://former2.com/ --exclude ".git/*" --exclude "cli/*" --exclude ".*" --exclude "notes.txt" --exclude "*.md" --exclude "DOCKERFILE" --exclude "LICENSE" --exclude "*.yml" --exclude ".gitignore" --exclude "util/*" --exclude "lib/*"
aws s3 cp --cache-control max-age=300 --recursive . s3://former2.com/ --exclude ".git/*" --exclude "cli/*" --exclude ".*" --exclude "notes.txt" --exclude "*.md" --exclude "Dockerfile" --exclude "LICENSE" --exclude "*.yml" --exclude ".gitignore" --exclude "util/*" --exclude "lib/*"
2 changes: 1 addition & 1 deletion HOSTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In some cases, you may wish to host a copy of the Former2 website locally or externally for security reasons. You can do that by performing the following steps:

* Clone this repository to the root of your web server OR run a web server with the [Dockerfile](DOCKERFILE)
* Clone this repository to the root of your web server OR run a web server with the [Dockerfile](Dockerfile)

If you are hosting on 127.0.0.1, extension support will be provided by default and there are no more steps.

Expand Down

0 comments on commit 96f7d35

Please sign in to comment.